services.neo4j.ssl.policies.<name>.baseDirectory

The mandatory base directory for cryptographic objects of this policy. This path is only automatically generated when this option as well as directories.certificates are left at their default. Ensure read/write permissions are given to the Neo4j daemon user neo4j.

It is also possible to override each individual configuration with absolute paths. See the privateKey and publicCertificate policy options.

Type
absolute path
Default
"${config.services.neo4j.directories.certificates}/${name}"
Declared
<nixpkgs/nixos/modules/services/databases/neo4j.nix>